@charset "UTF-8";

/* ============================================================
 General
 ============================================================ */
.telestart .computeFlatTypeSection h1 {
  margin-top: 20px;
  font-size: 36px;
}
.telestart .computeFlatTypeSection h2 {
  font-size: 26px;
  margin: 0;
}
.tabSection {
  margin: 50px 0 0;
}
.tabNavigation, .tabNavi-transition {
  margin: 0 0 110px;
}
.tabLayout.tabItemWrapper .tabItem {
  height: 50px;
}
.tabLayout.tabItemWrapper .tabItem a {
  line-height: 50px;
}
@media only screen and (max-width: 740px) and (min-width: 0px) {
	.sub_backTo-top {
			width: 100%;
			text-align: center;
			margin: 100px auto 100px;
	}
}


.iot_layout_inner {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .iot_layout_inner {
    width: 100%;
  }
}

/* ============================================================
common
 ============================================================ */
.pc-none-b,
.pc-none-i {
	display: none;
}
.sp-none-b {
	display: block;
}
.sp-none-i {
	display: inline;
}

.note_kome_list,
.note_kome_txt {
	text-indent: -1.5em;
	padding-left: 1.5em;
	font-size: 0.8em;
}
.note_kome_list li:before,
.note_kome_txt:before {
	content: "\203B";
	display: inline-block;
	width: 1.5em;
	text-indent: 0;
}

[class$="_container"] a:hover,
.service_body a:hover {
	opacity: 0.6;
	cursor: pointer;
}

@media only screen and (min-width: 561px) and (max-width: 768px) {
	.sp-none-b,
	.sp-none-i {
		display: none !important;
	}
	[class$="_container"] a:hover {
		opacity: 1;
	}	
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
	.pc-none-b {
		display: block;
	}
	.pc-none-i {
		display: inline;
	}
	.sp-none-b,
	.sp-none-i {
		display: none !important;
	}
	[class$="_container"] a:hover {
		opacity: 1;
	}	
}


/* ============================================================
 top_area
 ============================================================ */
.top_area {
  position: relative;
  padding: 0 0 120px;
}
.top_area::before {
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/top_area_bluebg.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
.top_area::after {
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/top_area.png) no-repeat bottom center;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  bottom: 0;
}
.top_area .top_ttl_area {
  text-align: center;
  padding: 90px 0 0;
}
.top_area .top_ttl_area h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.top_area .top_ttl_area .lead {
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
  margin: 15px 0 0;
}
.top_area .top_ttl_area .arrow {
  margin: 13px 0 0;
}
.top_area .top_ttl_area .txt {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 28px 0 0;
}
.top_boxlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.top_boxlist .top_boxlist_item {
  position: relative;
  font-weight: bold;
  margin: 15px 0 0;
}
.top_boxlist .top_boxlist_item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/top_icon_plus.png) no-repeat;
  width: 30px;
  height: 30px;
}
.top_boxlist .top_boxlist_item a {
  display: flex;
  justify-content: center;
  width: 290px;
  height: 270px;
  align-items: center;
  border-top: 4px solid #004386;
  background-color: #ffffff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.top_boxlist .top_boxlist_item a:hover {
  background: #fffbda;
}
.top_boxlist .top_boxlist_item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background-color: #004386;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.top_boxlist .top_boxlist_item .number::after {
  position: absolute;
  right: -18px;
  content: "";
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 26px solid #004386;
}

.top_boxlist .top_boxlist_item .bg_yellow {
  background-color: #f2ce39;
}
.top_boxlist .top_boxlist_item .top_boxlist_item_inner .txt {
  font-size: 20px;
  color: #333333;
}
.top_boxlist .top_boxlist_item .top_boxlist_item_inner .img {
  margin: 16px auto 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .top_area::before {
    background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/top_area_bluebg_sp.png) no-repeat bottom center;
    background-size: cover;
    max-height: 40%;
  }
  .top_area::after {
    background-size: contain;
  }  
  .top_area .top_ttl_area {
    padding: 50px 0 0;
  }
  .top_area .top_ttl_area h2 {
    font-size: 30px;
  }
  .top_area .top_ttl_area .arrow {
    margin: 30px 0 0;
  }
  .top_area .top_ttl_area .txt {
    font-size: 20px;
    text-align: left;
    margin: 30px 0 0;
  }

  .top_boxlist {
    width: 100%;
    margin: 5px 0 0;
    padding: 0;
    align-items: stretch;
  }
  .top_boxlist .top_boxlist_item {
    width: calc( 50% - 10px);
  }
  .top_boxlist .top_boxlist_item::after {
    width: 25px;
    height: 25px;
    background-size: contain;
  }
  .top_boxlist .top_boxlist_item a {
    width: 100%;
    height: 100%;
  }
  .top_boxlist .top_boxlist_item .number {
    font-size: 16px;
  }
  .top_boxlist .top_boxlist_item .number::after {
    border-top: 24px solid #004386;
  }
  
  .top_boxlist .top_boxlist_item .bg_yellow {
    background-color: #f2ce39;
  }
  .top_boxlist .top_boxlist_item .top_boxlist_item_inner .txt {
    padding: 24px 10px 10px;
    font-size: 4.8vw;
    text-align: left;
  }
  .top_boxlist .top_boxlist_item .top_boxlist_item_inner .img {
    margin: calc( 15 / 750 * 100vw) auto 15px;
    width: 70%;
  }
  .top_boxlist .top_boxlist_item .top_boxlist_item_inner .img img {
    max-width: 100%;
  }
}

/* ============================================================
service_area
 ============================================================ */
.service_area {
  position: relative;
}
.service_area .service_ttl{
  font-size: 40px;
  font-weight: bold;
  color: #004386;
  margin: 78px 0 77px;
}
.service_area .service_item {
  position: relative;
}
.service_area .service_item .country_tag {
  position: absolute;
  display: flex;
  width: 100%;
  color: #ffffff;
  margin: -20px 0 0;
}
.service_area .service_item .country_tag p {
  position: relative;
  display: inline-block;
  background-color: #000000;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  padding:  0 30px 0 0;
}
.service_area .service_item .country_tag p::after {
  position: absolute;
  right: -40px;
  content: "";
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 60px solid #000000;
}
.service_area .service_item .country_tag::before {
  background-color: #000000;
  content: "";
  height: 60px;
  flex: 1;
  z-index: 99;
}
.service_area .service_item .country_tag::after {
  background-color: transparent;
  content: "";
  height: 60px;
  flex: 1;
  z-index: 99;
}
.service_area .service_item .service_name {
  display: flex;
  align-items: center;
  background: linear-gradient(to bottom, #004386, #008BCB); /* 0098D8 */
  color: #ffffff;
  text-align: center;
  padding: 73px 0 50px;
}
.service_area .service_item .service_name .txt {
  font-size: 20px;
}
.service_area .service_item .service_name .ttl {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin: 6px 0 25px;
}
.service_area .service_item .service_name .ttl .sub_ttl {
  font-size: 28px;
}
.service_area .service_item ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.service_area .service_item ul.type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_area .service_item ul.type li {
  width: 120px;
  box-sizing: border-box;
  border: 1px solid #333333;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0 5px;
}
.service_area .service_item ul.type li:nth-of-type(1) {
  margin: 0;
}
.service_area .service_item ul.type li.full {
  color: #ffffff;
  background-color: #333333;
}
.service_area .service_item ul.type li.light {
  color: #333333;
  background-color: #ffffff;
}
.service_area .service_item .service_body {
  padding: 44px 0 120px;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/service_item_bg.png) no-repeat bottom center #ffffff;
  background-size: cover;
}
.service_area .service_item .service_body .service_body_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 0 44px;
}
.service_area .service_item .service_body .service_body_inner > * {
  width: 50%;
  box-sizing: border-box;
}
.service_area .service_item .service_body .service_body_inner .service_img {
  padding: 0 0 0 40px;
}
.service_area .service_item .service_body .service_body_inner ul li {
  position: relative;
  color: #333333;
  text-align: left;
  font-size: 16px;
}
.service_area .service_item .service_body .service_body_inner ul.dot li {
  margin-bottom: 10px;
  padding-left: 1em;
}
.service_area .service_item .service_body .service_body_inner ul.dot li::before {
  position: absolute;
  content: "●";
  top: 3px;
  left: 0;
  font-size: 12px;
  color: #004386;
}
.service_area .service_item .service_body .service_body_inner .service_price .ttl {
  background-color: #f2ce39;
  font-size: 18px;
  font-weight: bold;
  margin: 36px 0 0;
  padding: 5px 20px 8px;
}
.service_area .service_item .service_body .service_body_inner .service_price .text {
  line-height: 1.5;
  margin: 20px 0 10px;
}
.service_area .service_item .service_body .service_body_inner .service_price .table-ttl {
  font-weight: bold;
  line-height: 2.625;
  color: #004386;
}
.service_area .service_item .service_body .service_body_inner .service_price .table-ttl .price {
  font-size: 30px;
  line-height: 1.4;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table {
  border-collapse:  collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-top: 10px;
  margin-bottom: 20px;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table td {
  padding: 10px;
  border-right:1px solid #cccccc;
  border-left:solid 1px solid #cccccc;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table .last_column td:nth-child(2) {
  border-bottom: 0;
  border-right: 0;
}
.service_area .service_item .service_body        .service_body_inner .service_price .service_price_table .last_column td:nth-child(3) {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;

}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(1) {
  width: 150px;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(2) {
  width: 150px;
}
.service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(3) {
  width: 150px;
}
.service_area .service_item .service_body .service_body_inner .service_price .table_lnk {
  font-weight: bold;
}

.service_area .service_item .service_body .service_body_inner .service_price dl {
  margin: 18px 0 0;
}
.service_area .service_item .service_body .service_body_inner .service_price dt {
  font-size: 16px;
  font-weight: bold;
  margin: 23px 0 0;
}
.service_area .service_item .service_body .service_body_inner .service_price dt:nth-of-type(1) {
  margin: 0;
}
.service_area .service_item .service_body .service_body_inner .service_price dd {
  margin: 6px 0 0;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .service_area .service_item .country_tag p {
    padding:  0 30px;
    font-size: 18px;
  }
  .service_area .service_item .country_tag::before,
  .service_area .service_item .country_tag::after  {
    content: none;
  }
  .service_area .service_item .service_name .txt {
    font-size: 18px;
  }
  .service_area .service_item .service_name .ttl {
    margin: 10px 0 25px;
    font-size: 30px;
  }
  .service_area .service_item .service_name .ttl .sub_ttl {
    font-size: 0.75em;
  }
  .service_area .service_item .service_body .service_body_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin: 0 0 40px;
  }
  .service_area .service_item .service_body .service_body_inner > * {
    width: 100%;
    max-width:100%;
    min-height: 0%;
  }
  .service_area .service_item .service_body .service_body_inner .service_img {
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
  }
  .service_area .service_item .service_body .service_body_inner .service_img img {
    max-width: 100%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .table-ttl {
    line-height: 2;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .table-ttl .price {
    font-size: 26px;
    line-height: 1.4;
  }
  .service_area .service_item .service_body .service_body_inner .service_price dl {
    margin: 20px 0 0;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table {
    width: 100%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(1) {
    width: 33%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(2) {
    width: 33%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table tr td:nth-child(3) {
    width: 33%;
  }
  .service_area .service_item .service_body .service_body_inner .service_price .service_price_table td span {
    display: inline-block;
    font-size: 0.8em;
  }  
}


/* ============================================================
 bmobile_link_btn
 ============================================================ */
.bmobile_link_btn {
  position: relative;
  display: inline-block;
  min-width: 400px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.bmobile_link_btn:before {
  content: "";
  position: absolute;
  top: calc( 50% - 4px);
  right: 10px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 4px;
}
.bmobile_link_btn.white_btn {
  color: #004386;
  background: #fff;
}
.bmobile_link_btn.blue_btn {
  color: #fff; 
  background: #004386;
}
.bmobile_link_btn.ylw_btn {
  color: #004386;
  background: #fdd000;
}
.bmobile_link_btn.white_btn:before,
.bmobile_link_btn.ylw_btn:before {
  border-top: 2px solid #004386;
  border-right: 2px solid #004386;
}
.bmobile_link_btn.blue_btn:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bmobile_link_btn {
    min-width: 100%;
    font-size: 16px;
    padding: 10px 38px 10px 10px;
  }
}

/* =========================================================
* contents:jirei
* ====================================================== */
.jirei_area {
  background: url(/content/dam/nttcom/hq/jp/business/services/network/m2m-remote-access/bmobile/iot/img/jirei_bg.jpg) no-repeat;
  background-size: cover;
}
.jirei_area .iot_layout_inner {
  padding: 90px 0;
}
.jirei_area .cont_ttl {
  margin: 0 0 8px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
.jirei_area p {
  margin: 0 0 40px;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .jirei_area .iot_layout_inner {
    padding: 60px 0;
  }  
  .jirei_area .cont_ttl {
    margin: 0 0 15px;
    font-size: 30px;
  }
}

/* =========================================================
* contents:contact
* ====================================================== */
.bmoblie_contact_container {
  color: #fff;
  background: #004386;
}
.bmoblie_contact_container .contents_inner {
  padding: 80px 0;
}
.bmoblie_contact_container .cont_ttl {
  margin: 0 0 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.bmoblie_contact_container .contact_info_area,
.bmoblie_contact_container .contact_form_area {
  margin: 0 auto;
  text-align: center;
}
.bmoblie_contact_container .contact_info_area {
  margin-bottom: 35px;
}
.bmoblie_contact_container .contact_info_area .contact-tel,
.bmoblie_contact_container .contact_info_area .contact-hours {
  display: inline-block;
}
.bmoblie_contact_container .contact_info_area .contact-tel {
  margin-right: 15px;
}
.bmoblie_contact_container .contact_info_area .contact-tel span {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bmoblie_contact_container .contact_form_area .bmobile_link_btn {
  width: 620px;
  padding: 10px 0;
  font-size: 24px;
}
.bmoblie_contact_container .contact_form_area .bmobile_link_btn:not(:last-child) {
  margin-right: 20px;
}
.bmoblie_contact_container .contact_form_area .bmobile_link_btn:before {
  top: calc( 50% - 8px);
  width: 16px;
  height: 16px;
  border-width: 4px;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .bmoblie_contact_container .contents_inner {
    padding: 40px 0;
  }
  .bmoblie_contact_container .cont_ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .bmoblie_contact_container .contact_info_area {
    margin-bottom: 30px;
  }
  .bmoblie_contact_container .contact_info_area .contact-tel {
    margin-right: 0;
  }
  .bmoblie_contact_container .contact_info_area .contact-hours {
    font-size: 0.9em;
  }
  .bmoblie_contact_container .contact_info_area .contact-tel span {
    margin-left: 5px;
    font-size: 25px;
  }
  .bmoblie_contact_container .contact_form_area .bmobile_link_btn {
    width: 100%;
    padding: 10px 30px;
    font-size: 16px;
  }
  .bmoblie_contact_container .contact_form_area .bmobile_link_btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .bmoblie_contact_container .contact_form_area .bmobile_link_btn:before {
    top: calc( 50% - 4px);
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}




/* =========================================================
* ニーズから探す モーダル
* ====================================================== */

/* body {
  margin: 0;
}
.needs-modal {
  background: #004386;
  padding-bottom: 30px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
}
.needs-modal_heading-area {
  margin-bottom: 24px;
  padding: 25px 0 0;
  background: #004386;
}
.needs-modal_heading-wrap {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 40px;
}
.needs-modal_heading1,.needs-modal_heading4,.needs-modal_heading8 {
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: 20px;
  border-left: 4px solid #0098d8;
  font-size: 26px;
  color: #fff;
}
.needs-modal_heading4,.needs-modal_heading8 {
  line-height: 30px;
}


.needs-modal_heading1 span {
  position: relative;
  top: -6px;
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: normal;
  margin-left: 20px;
}
.needs-modal_heading4 span,
.needs-modal_heading8 span {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
}
.needs-modal_container {
  background: #fff;
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto 30px;
  padding: 30px 40px 30px;
}
.needs-modal_text {
  margin: 0 0 0.2em;
  font-size: 16px;
  line-height: 1.66;
  color: #333333;
  	position: relative;

}
.needs-modal_lead {
  margin: 20px 0 12px;
  font-size: 18px;
  line-height: 1.66;
  color: #004386;
  font-weight: bold;
}

.needs-modal_grey {
  margin-bottom: 24px;
  padding: 20px;
  background: #f7f7f7;
}
.needs-modal_grey p {
  margin: 0px;
  padding: 0px;
}



.needs-modal_emphasis {
  color: #c7161e;
}
.needs-modal_btn {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.needs-modal_btn a {
  display: inline-block;
  padding: 9px 23px 8px;
  background: #eaf5fc;
  border: 1px solid #004386;
  border-radius: 8px;
  font-size: 14px;
  color: #004386;
  text-decoration: none;
}

h2.needs-modal_heading2 {
  position: relative;
  margin: 35px 0 10px !important;
  padding:0 !important;
  font-size: 16px !important;
  border-bottom: 0px solid #004386 !important;
  color: #666;
}
.needs-modal_heading2::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #cacaca;
}
.needs-modal_heading2 span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 12px;
  background: #fff;
}


.needs-modal_link {
  margin: 0;
  padding-left: 0px;
  padding-bottom: 30px;
  color: #004386;
  list-style: none;
}
.needs-modal_link-item::before {
  content: '・';
  display: inline;
}
.needs-modal_link a {
  color: #004386;
}
.needs-modal_link a:hover {
  text-decoration: none;
}
 */

	/* =========================================================
	* モーダル アイコン
	* ====================================================== */

/* ul.icon_service {
	margin: 0 0 30px;
	padding: 0;
}
.icon_service li {
	float: left;
	display: inline-block;
	padding: 8px;
	border: 0px solid #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	width:362px;
}
.icon_service li:first-child {
	margin-right:4px;
 }

ul.icon_service::after {
	clear: both;
	content: '';
	display: block;
}

.needs-modal_container h2 {
    font-weight: bold !important;
    font-size: 22px;
    border-bottom: 2px solid #004386 !important;
}
.needs-modal_container h2 span {
    font-size: 14px;
    color:#c7161e !important;
}

.needs-modal_block::after{
	clear: both;
	content: '';
	display: block;
} */

	/* =========================================================
	* モーダル アイコン ハーフ
	* ====================================================== */
/* .needs-modal_block{
	position: relative;
	display: block;
}


ul.icon_service.half {
	margin: 0 0 30px;
	padding: 0;
	position: absolute;
	right: 0px;
	top:0px;
	display: table;

}
.icon_service.half li {
	float: left;
	display: table-cell;
	padding: 4px;
	border: 0px solid #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	width:179px;
	height: 32px;
	line-height: 1.1;
	vertical-align: middle;
}

.icon_service.half li:nth-child(1),
.icon_service.half li:nth-child(2),
.icon_service.half li:nth-child(3) {
	margin-right:4px;
 }
.icon_service.half li.line_1 {
  line-height: 2.4;
}
.icon_service.half li.line_2 {
  height: 34px;
  padding: 8px 4px 4px 4px;
  line-height: 1.0;
}
.icon_service.half li.line_3 {
  height: 38px;
  line-height: 1.0;
}
.icon_service.half li.line_2 span,
.icon_service.half li.line_3 span {
    font-size: 0.7em;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
} */

	/* =========================================================
	* モーダル アイコン ハーフ 4
	* ====================================================== */
/* .needs-modal_block_full{
	position: relative;
	display: block;
	height: 60px;
}


ul.icon_service.half4 {
	margin: 0 0 30px;
	padding: 0;
	position: absolute;
	right: 0px;
	top:0px;
	display: table;

}
.icon_service.half4 li {
	float: left;
	display: table-cell;
	padding: 4px;
	border: 0px solid #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	width:179px;
	height: 32px;
	line-height: 1.1;
	vertical-align: middle;
}
.icon_service.half4 li.line_1 {
	line-height: 2.4;
}

.icon_service.half4 li:nth-child(1),
.icon_service.half4 li:nth-child(2),
.icon_service.half4 li:nth-child(3) {
	margin-right:4px;
 }

.icon_service.half4 li.line_1 {
  height: 30px;
  padding: 12px 4px 4px 4px;
  line-height: 1.0;
}
.icon_service.half4 li.line_2 {
  height: 32px;
  padding: 7px 4px 7px 4px;
  line-height: 1.0;
}
.icon_service.half4 li.line_3 {
  height: 38px;
  line-height: 1.0;
}
.icon_service.half4 li.line_2 span,
.icon_service.half4 li.line_3 span {
    font-size: 0.7em;
    font-weight: 100;
    line-height: 1;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}


ul.icon_service.half::after {
	clear: both;
	content: '';
	display: block;
}

.needs-modal_container h2 {
    font-weight: bold !important;
    font-size: 22px;
    border-bottom: 2px solid #004386 !important;
		margin-top: 0px;
    margin-bottom: 0px;
}
.needs-modal_container h2 span {
    font-size: 14px;
    color:#c7161e !important;
}

.needs-modal_block::after{
	clear: both;
	content: '';
	display: block;
}

.image_component_100{width:100%;} */

	/* =========================================================
	* モーダル 2カラム
	* ====================================================== */

/* .needs-modal_container .right{
	float: right;
	display: block;
	width: 360px;
	margin-top: 10px;
}
.needs-modal_container .left{
	float: left;
	display: block;
	width: 50%;
	margin-top: 10px;
}

.needs-modal_container .center{
	display: block;
	width: 100%;
	margin: 10px auto 20px;
	text-align: center;
}
.needs-modal_container .centerleft{
	display: block;
	width: 100%;
	margin: 10px auto 20px;
	text-align: left;
}

.needs-modal_container::after  {
	clear: both;
	content: '';
	display: block;
} */


/* =========================================================
* 【Pad　768px/1024px】　ニーズから探す モーダル
* ====================================================== */
/* @media screen and (max-width:1024px){

  #cboxLoadedContent{
      background-color: rgba(0, 0, 0, 0);
  }
  #cboxClose{
    right: 2.5%;
  }
  iframe{
    width:95% !important;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width:768px){

  #cboxLoadedContent{
      background-color: rgba(0, 0, 0, 0);
  }
  #cboxClose{
    right: 10px;
  }
  iframe{
    width:95% !important;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0);
  }
  .needs-modal_heading-area {
    margin-bottom: 20px;
    padding: 15px 0 0;
  }
  .needs-modal_heading-wrap {
    padding: 0 20px;
  }
  .needs-modal_heading1 {
    padding-left: 13px;
    border-left: 3px solid #0098d8;
    font-size: 1.4em;
  }
  .needs-modal_heading1 span {
    top: -2px;
    padding: 1px 4px;
    font-size: 0.6em;
  }
  .needs-modal_container {
    padding: 20px 20px 10px;
  }
  .needs-modal_text {
    margin: 0 0 12px;
    font-size: 1em;
    line-height: 1.5;
  }
  .needs-modal_btn a {
    font-size: 0.85em;
  }

  h2.needs-modal_heading2 {
    margin: 30px 0 10px !important;
    font-size: 15px !important;
  }
  .needs-modal_link-item {
    font-size: 0.85em;
  }
  .needs-modal_link {
      padding-bottom: 30px;
  }
} */



/* =========================================================
* 【モバイル　480px】　ニーズから探す モーダル
* ====================================================== */

/* @media screen and (max-width:480px){
  .needs-modal {
    margin-bottom: 50px;
  }
  #cboxLoadedContent{
    padding-bottom: 30px !important;
    background-color: rgba(0, 0, 0, 0);
  }
  iframe{
    width:90% !important;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0);
  }
  .needs-modal_heading-area {
    margin-bottom: 20px;
    padding: 15px 0 0;
  }
  .needs-modal_heading-wrap {
    padding: 0 5%;
  }
  .needs-modal_heading1 {
    padding-left: 10px;
    border-left: 3px solid #0098d8;
    font-size: 1.2em;
  }
  .needs-modal_heading1 span {
    top: -2px;
    padding: 1px 4px;
    font-size: 0.6em;
  }
  .needs-modal_container {
    padding: 20px 10px 10px;
    margin: 0 auto 20px;
  }
  .needs-modal_text {
    margin: 0 0 12px;
    font-size: 0.9em;
    line-height: 1.5;
  }
  .needs-modal_btn a {
    font-size: 0.85em;
  }

  h2.needs-modal_heading2 {
    margin: 20px 0 10px !important;
    font-size: 15px !important;
  }
  .needs-modal_link-item {
    font-size: 0.85em;
  }
  .icon_service.half li.line_2 {
    height: 34px;
    padding: 8px;
    line-height: 1.0;
  }

} */



/* =========================================================
* モーダル
* ====================================================== */
/* modal */
/* #colorbox {
  outline: 0;
  opacity: 0 !important;
  transition-property: opacity;
  transition-duration: 400ms;
}
#colorbox.is-active {
  opacity: 1 !important;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible;
}
body.ie8 #cboxOverlay{
  background: #333;
}
#cboxWrapper {
  transition-property: opacity;
  transition-duration: 400ms;
}
#cboxClose {
  display: none;
  top: -45px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/needs/img/icon_close_modal.png) no-repeat 0 0;
}
#cboxCloseBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
#cboxCloseBottom .cboxCloseBottom_inner {
  display: table-cell;
  vertical-align: middle;
}
#cboxCloseBottom span {
  padding-left: 20px;
  background: url(/content/dam/nttcom/hq/jp/business/services/network/vpn/vpn/needs/img/icon_close_modal.png) no-repeat 0% 50% / 14px 14px;
  line-height: 1;
} */
